regexp.Regexp.doMatch (method)
4 uses
regexp (current package)
exec.go#L513: func (re *Regexp) doMatch(r io.RuneReader, b []byte, s string) bool {
regexp.go#L527: return re.doMatch(r, nil, "")
regexp.go#L533: return re.doMatch(nil, nil, s)
regexp.go#L539: return re.doMatch(nil, b, "")
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |